-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add forbidden-apis check to prevent accidental use of locale-dependent APIs #95
base: main
Are you sure you want to change the base?
Conversation
It looks like there's impedance mismatch between
|
It looks like the plugin uses "Groovy evaluation on the fly": https://github.com/policeman-tools/forbidden-apis/blob/7518dd33fa59d54d9d1b4446cd1f9c7cbfee142a/src/main/java/de/thetaphi/forbiddenapis/gradle/ForbiddenApisPlugin.java#L89-L100 |
We'll discuss in the next team meeting whether we want to disable configuration cache for this. |
Team Decision We've decided to put this on blocked hold configuration cache support for the plugin is available. |
See https://github.com/policeman-tools/forbidden-apis/wiki/BundledSignatures See https://github.com/policeman-tools/forbidden-apis/wiki/GradleUsage
Fixes #91